Skip to main content

Get Wallet Actions

GET 

/actions

Get Wallet Actions

Request

Query Parameters

    apiKey stringrequired

    (Required) Your Public API key

    Example: {{publicKey}}
    page integer
    Example: 1
    limit integer
    Example: 10
    tokenAddress string
    Example: 0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee

Responses

Successful response

Schema
    docs object[]
  • Array [
  • _id string
    walletAddress string
    name string
    status string
    received object[]
  • Array [
  • name string
    symbol string
    address string
    decimals integer
    value string
    type string
    _id string
  • ]
  • sent object[]
  • Array [
  • name string
    symbol string
    address string
    decimals integer
    value string
    to string
    type string
    _id string
  • ]
  • userOpHash string
    txHash string
  • ]
Loading...

Was this page helpful?